| 2014-07-14 |
bors | auto merge of #199 : jdeseno/cargo/cleanup, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Joshua DeSeno | remove unecessary return statement |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
bors | auto merge of #198 : rust-lang/cargo/another-nightly... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Alex Crichton | Re-attempt to fix the nightly windows installer |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Alex Crichton | Remove accidental debugging print |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
bors | auto merge of #197 : alexcrichton/cargo/fix-windows... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Alex Crichton | Attempt to fix the windows dist bot |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
bors | auto merge of #196 : alexcrichton/cargo/linker-and... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Alex Crichton | Allow configuratin ar/ld for rustc |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Alex Crichton | Allow tables in configuration |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
bors | auto merge of #195 : alexcrichton/cargo/install, r... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
bors | auto merge of #190 : alexcrichton/cargo/cargo-run,... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
bors | auto merge of #189 : alexcrichton/cargo/all-crate-types... |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Alex Crichton | Add an installation script to the repo |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Alex Crichton | Add a `cargo run` command |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
bors | auto merge of #176 : cburgdorf/cargo/docs_1, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Christoph Burgdorf | Add documentation and make minor variable renames |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Alex Crichton | Pass all formats via --extern for libs |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
bors | auto merge of #188 : huonw/cargo/remove-src-test, r... |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Huon Wilson | Remove the src/test.rs implicit test. |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
bors | auto merge of #180 : sfackler/cargo/ndebug, r=wycats |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Steven Fackler | Pass --cfg ndebug when debug = false |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
bors | auto merge of #161 : alexcrichton/cargo/cargo-test... |
commit | commitdiff | tree | snapshot |
| 2014-07-13 |
Alex Crichton | Pass through extra arguments to `cargo test` |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
bors | auto merge of #172 : huonw/cargo/minor-refactoring... |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
Huon Wilson | Minor refactorings. |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
bors | auto merge of #170 : alexcrichton/cargo/same-name,... |
commit | commitdiff | tree | snapshot |
| 2014-07-12 |
bors | auto merge of #163 : o11c/cargo/examples, r=wycats |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Alex Crichton | Use PackageId in the DependencyQueue |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Ben Longbons | Do not run examples during 'cargo test' |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Ben Longbons | Add support for external tests |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Ben Longbons | Add support for examples |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
bors | auto merge of #169 : cburgdorf/cargo/name_clean, r... |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Christoph Burgdorf | list `clean` command in help |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
bors | auto merge of #167 : alexcrichton/cargo/cross-compile... |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Alex Crichton | Finish plugin support |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
bors | auto merge of #166 : nielsle/cargo/command-env, r=alexc... |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Niels langager... | Use command.env_set_all() instead of command.env() |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Alex Crichton | Add some simple tests for cross compilation |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Alex Crichton | Refactor the parallel job queue to its own module |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Alex Crichton | Refactor fingerprint logic out of cargo_rustc |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Alex Crichton | Refactor Context into its own submodule |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Alex Crichton | Refactor `Job` to its own module |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Alex Crichton | Improve intra-target parallelism |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Alex Crichton | Update to master |
commit | commitdiff | tree | snapshot |
| 2014-07-11 |
Alex Crichton | Implement a `plugin` flag for targets |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Alex Crichton | Add bare-bones cross compilation support to cargo |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
bors | auto merge of #162 : rust-lang/cargo/fix-travis, r... |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Alex Crichton | Fix travis builds |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
bors | auto merge of #157 : rust-lang/cargo/graph-resolve... |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Alex Crichton | Fix some tests |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Alex Crichton | Tighten up some tests |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Alex Crichton | Fix filtering for test deps |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Alex Crichton | No need for a TempDir, use `-` as input |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Alex Crichton | impl Show for Profile |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Alex Crichton | Add -u to `cargo test` |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Alex Crichton | More updates to master |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Tomaka17 | Make README nightlies links clickable |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Michael Gehring | ToStr::to_str -> ToString::to_string |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Yehuda Katz | Remove hardcoding |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Yehuda Katz | Add some unit tests |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Yehuda Katz | Fixed a number of bugs related to rustc building |
commit | commitdiff | tree | snapshot |
| 2014-07-10 |
Yehuda Katz... | Resolve more correctly and add --extern |
commit | commitdiff | tree | snapshot |
| 2014-07-09 |
Alex Crichton | Disable passing -g for now |
commit | commitdiff | tree | snapshot |
| 2014-07-09 |
Alex Crichton | Fix --release not compiling upstream deps with -O3 |
commit | commitdiff | tree | snapshot |
| 2014-07-09 |
Alex Crichton | Fix testing bins with lib deps |
commit | commitdiff | tree | snapshot |
| 2014-07-09 |
bors | auto merge of #150 : rust-lang/cargo/source-id-cleanup... |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Yehuda Katz... | Fix registry query fn |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Yehuda Katz... | emit -C extra-filename and metadata |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Yehuda Katz... | Refactor PackageId.namespace -> source_id |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
bors | auto merge of #147 : alexcrichton/cargo/ls-files, r... |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Alex Crichton | Ignore lib directory for exes check |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
bors | auto merge of #141 : jdeseno/cargo/cargo-clean, r=alexc... |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
bors | auto merge of #124 : alexcrichton/cargo/no-more-binarie... |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Alex Crichton | Ensure no more binaries are checked in |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Joshua DeSeno | cargo clean. resolves #51 |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
bors | auto merge of #142 : rust-lang/cargo/new-names, r=alexc... |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Yehuda Katz | Remove glob dependency |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
bors | auto merge of #125 : alexcrichton/cargo/issue-120,... |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Yehuda Katz... | This updates Cargo for #[crate_name] |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Alex Crichton | Warn about missing [[lib]] and [[bin]] sections |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
bors | auto merge of #139 : tomjakubowski/cargo/fix-symlink... |
commit | commitdiff | tree | snapshot |
| 2014-07-08 |
Tom Jakubowski | Ignore the broken symlinks test on windows |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
Tom Jakubowski | fingerprint: Recover from fs::stat errors |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
bors | auto merge of #140 : rust-lang/cargo/release, r=carllerche |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
Yehuda Katz... | Add --release and related refactoring |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
bors | auto merge of #136 : Tomaka17/cargo/multiple-build... |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
Tomaka17 | Support for multiple and cleaner build commands |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
Yehuda Katz | Merge pull request #134 from alexcrichton/nightlies |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
Alex Crichton | Add documentation about cargo nightlies |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
bors | auto merge of #131 : alexcrichton/cargo/update-to-maste... |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
Alex Crichton | Update with master changes |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
bors | auto merge of #129 : riccieri/cargo/no_more_crate_id... |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
bors | auto merge of #128 : riccieri/cargo/nightly-fix, r... |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
Renato Zannon | Use --print-file-name instead of --crate-file-name |
commit | commitdiff | tree | snapshot |
| 2014-07-07 |
Renato Zannon | Use #![crate_name] instead of #![crate_id] |
commit | commitdiff | tree | snapshot |
| 2014-07-06 |
Renato Zannon | url.path is now a Path, not a String |
commit | commitdiff | tree | snapshot |
| 2014-07-05 |
bors | auto merge of #123 : alexcrichton/cargo/canonicalize... |
commit | commitdiff | tree | snapshot |
| 2014-07-05 |
Alex Crichton | Canonicalize github urls for the resolver |
commit | commitdiff | tree | snapshot |
| 2014-07-05 |
bors | auto merge of #122 : Benny1992/cargo/master, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| next |